home *** CD-ROM | disk | FTP | other *** search
/ Sun Solutions 1997 April to September / Sun Solutions CD - APR '97 - SEP '97 (704-3778-12 Rev. H)(Sun Microsystems, Inc.)(1997).iso / products / Software_Research / Web / prepareForInput.java < prev    next >
Text File  |  1996-03-22  |  128b  |  7 lines

  1. void prepareForInput()
  2. {
  3.     acceptingInput = true;
  4.     output.setContents(choices);
  5.     instructions.setContents(normalInstructions);
  6. }
  7.